Map.insertLayerBehind

Adds @layer to @self behind @next_sibling or, if @next_sibling is %NULL, at the top of the layer list.

class Map
void
insertLayerBehind

Parameters

layer Layer

a #ShumateLayer

nextSibling Layer

a #ShumateLayer that is a child of @self, or %NULL

Meta